NodeRemoteHardwarePinsResponse


Response envelope for node_remote_hardware_pins
Protobuf type meshtastic.NodeRemoteHardwarePinsResponse

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , AdminProtos.NodeRemoteHardwarePinsResponseOrBuilder

Response envelope for node_remote_hardware_pins
Protobuf type meshtastic.NodeRemoteHardwarePinsResponse

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard

Nodes and their respective remote hardware GPIO pins
repeated .meshtastic.NodeRemoteHardwarePin node_remote_hardware_pins = 1;
Link copied to clipboard

Nodes and their respective remote hardware GPIO pins
repeated .meshtastic.NodeRemoteHardwarePin node_remote_hardware_pins = 1;
Link copied to clipboard

Nodes and their respective remote hardware GPIO pins
repeated .meshtastic.NodeRemoteHardwarePin node_remote_hardware_pins = 1;
Link copied to clipboard

Nodes and their respective remote hardware GPIO pins
repeated .meshtastic.NodeRemoteHardwarePin node_remote_hardware_pins = 1;
Link copied to clipboard

Nodes and their respective remote hardware GPIO pins
repeated .meshtastic.NodeRemoteHardwarePin node_remote_hardware_pins = 1;
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(input: CodedInputStream): AdminProtos.NodeRemoteHardwarePinsResponse
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): AdminProtos.NodeRemoteHardwarePinsResponse
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): AdminProtos.NodeRemoteHardwarePinsResponse
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.NodeRemoteHardwarePinsResponse
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.NodeRemoteHardwarePinsResponse
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): AdminProtos.NodeRemoteHardwarePinsResponse
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)